-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bring in Poseidon implementation under cdk_erigon
feature flag
#577
Conversation
ba3942c
to
26f2f8f
Compare
Co-authored-by: Linda Guiga <[email protected]> Co-authored-by: Alonso Gonzalez <[email protected]>
26f2f8f
to
86d7488
Compare
evm_arithmetization
cdk_erigon
feature flag
Ok from the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
@@ -64,7 +65,7 @@ parallel = [ | |||
"starky/parallel", | |||
] | |||
polygon_pos = [] | |||
cdk_erigon = [] | |||
cdk_erigon = ["smt_trie"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But what does the feature mean?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That we're targeting a cdk-based network, i.e like the current type2 zkEVM from Polygon Hermez, with the difference that we're a true type 2 (they have a custom set of opcodes).
We called the feature that way because the reference implementation is cdk_erigon.
Bring feature-gated Poseidon-related code from the
type2_cancun
branch.Remaining follow-up work:
cdk_erigon
features of the whole e2e in the CI once it is completecloses #560